@tailwind base;

@tailwind components;

@tailwind utilities;



body {
    overflow-x: hidden;
    font-family: "Rooney Sans Light";
    font-size: 1.2rem;
  }

h3 {
    font-family: "RocGrotesk";
    font-size: 3.75em;

}

h2 {
    font-family: "RocGrotesk";
    font-size: 3.75em;

}

h1 {
    font-family: "RocGrotesk";
    font-size: 3.75em;
}


  
  @font-face {
    font-family: "Plateia Bold";
    src: url('/assets/fonts/Plateia-Bold.ttf');
  }
  
  @font-face {
    font-family: "Rooney Sans Light";
    src: url('/assets/fonts/RooneySansLight.otf');
  }
  
  @font-face {
    font-family: "Barlow Light";
    src: url('/assets/fonts/Barlow-Light.ttf');
  }

  @font-face {
    font-family: "RocGrotesk";
    src: url('/assets/fonts/FontsFree-Net-RocGrotesk.ttf');
  }


.legal div h1 {
    margin-bottom: 1.25rem;
    font-size: 3.75rem;
    color: #8105f5
}

.legal div h2 {
    margin-top: 2rem;
    font-size: 2.00rem;
    color: #8105f5
}

.legal div h2 {
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    color: #8105f5
}

.legal div p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.legal div ul li {
    margin-left: 2rem;
}

form .input-wrapper .error {
    display: none;
}
form .input-wrapper.error svg {
    top: 16px;
}
form .input-wrapper.error .error {
    display: block;
}

.bg-image-ceres{
    background-image:url("/assets/images/Links/cv-background.png") ;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


.coin p {
    margin-top: 10px;
    color: #d9d9d9;
    font-weight: 300;
}


.move-rect{
    max-width:600px;
    position: relative;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
  }



  
form .input-wrapper .error {
    display: none;
}
form .input-wrapper.error svg {
    top: 16px;
}
form .input-wrapper.error .error {
    display: block;
}

.screen-video{
    height: 300px;
    width: 100%;

}

@media only screen and (min-width: 768px) {
    .screen-video{
    height: 650px;
    width: 100%;

    }
}


.grecaptcha-badge { visibility: hidden; }


